home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / proc / ds5000.md / migVersion.h < prev    next >
C/C++ Source or Header  |  1991-08-09  |  899b  |  26 lines

  1. /*
  2.  * migVersion.h --
  3.  *
  4.  *    Define the migration version, which is machine-dependent.
  5.  *
  6.  * Copyright 1989 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that the above copyright
  10.  * notice appear in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /sprite/src/kernel/proc/ds3100.md/RCS/migVersion.h,v 9.8 91/08/09 16:30:47 shirriff Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. /*
  19.  * Set the migration version number.  Machines can only migrate to other
  20.  * machines of the same architecture and version number.
  21.  */
  22. #ifndef PROC_MIGRATE_VERSION
  23. #define PROC_MIGRATE_VERSION 19
  24. #endif /* PROC_MIGRATE_VERSION */
  25.  
  26.